home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / reqtoolsdev.lha / ReqTools / Glue / Dice / DLibSource.lha / rtScreenModeRequest.c < prev   
C/C++ Source or Header  |  1995-09-20  |  203b  |  8 lines

  1. #include <clib/reqtools_protos.h>
  2.  
  3. ULONG
  4. rtScreenModeRequest( struct rtScreenModeRequester *req, char *title, Tag tag, ... )
  5. {
  6.     return( rtScreenModeRequestA( req, title, ( struct TagItem * ) &tag ) );
  7. }
  8.